Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation Info

Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation Info
Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityHosts Attestation Info schema contains all the stored information about a Attestation Service.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "host": "string",
    "address": {
        "hostname": "string",
        "port": 0
    },
    "group": "string",
    "cluster": "string",
    "trusted_ca": {
        "cert_chain": [
            "string"
        ]
    }
}
string
host
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The trusted ESX on which the service runs.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.

address
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

string
group
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group ID determines which Attestation Service instances this Attestation Service can communicate with.

This property was added in vSphere API 7.0.0.0.

string
cluster
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The opaque string identifier of the cluster in which the Attestation Service is part of.

This property was added in vSphere API 7.0.0.0.

trusted_ca
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's TLS certificate chain.

This property was added in vSphere API 7.0.0.0.